home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / programming / oracle7 7.2 / DB / UTIL72 / CAT716.SQL < prev    next >
Encoding:
Text File  |  1995-05-09  |  716 b   |  19 lines

  1. rem 
  2. rem $Header: cat716.sql 7020100.1 94/09/23 22:14:33 cli Generic<base> $ 
  3. rem 
  4. Rem  Copyright (c) 1992 by Oracle Corporation 
  5. Rem    NAME
  6. Rem      cat716.sql - Migrate 7.0.15 to 7.0.16
  7. Rem    DESCRIPTION
  8. Rem      RIGHT AFTER A 7.0.15 DATABASE IS STARTED UP USING 7.0.16
  9. Rem      FOR THE FIRST TIME, RUN THIS SCRIPT ONCE AS INTERNAL.
  10. Rem      A 7.0.15 database is a database that has been created using
  11. Rem      7.0.15 release or upgraded to use 7.0.15 release.
  12. Rem    MODIFIED   (MM/DD/YY)
  13. Rem     wbridge    07/02/93 -  Creation
  14.  
  15. create or replace view v_$controlfile as select * from v$controlfile;
  16. drop public synonym v$controlfile;
  17. create public synonym v$controlfile for v_$controlfile;
  18.  
  19.